home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Inc
/
utility
/
date.inc
next >
Wrap
Text File
|
1998-06-24
|
151b
|
13 lines
include "inc/exec/types.inc";
struct ClockData is
sec:uword;
min:uword;
hour:uword;
mday:uword;
month:uword;
year:uword;
wday:uword;
;